home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / dev / lang / Python151_Src.lha / Python1.5_Source / Modules / protos / grpmodule_protos.h < prev    next >
Text File  |  1998-01-21  |  266b  |  7 lines

  1.  
  2. /* grpmodule.c */
  3. static PyObject *mkgrent ( struct group *p );
  4. static PyObject *grp_getgrgid ( PyObject *self , PyObject *args );
  5. static PyObject *grp_getgrnam ( PyObject *self , PyObject *args );
  6. static PyObject *grp_getgrall ( PyObject *self , PyObject *args );
  7.